@charset "UTF-8";

/*!
Theme Name: Simplicity2 child
Template:   simplicity2
Version:    20161002
*/

/* Simplicity子テーマ用のスタイルを書く */


/************************************
** 基本設定（General Setting）
************************************/

body {
  font-family:
      'HGSゴシック M','HGS Gothic M',
      '游ゴシック','Yu Gothic','Hiragino Kaku Gothic ProN',
      Meiryo, sans-serif; 
  font-size:1em;
  /*height:100vh;*/
}

#site-title{
  margin-top:30px;
  margin-bottom:5px;
  font-size: 30px;
  line-height: 100%;
}

#site-title a{
  text-decoration:none;
  color:#3d82bf;
  font-size:27px;
  font-weight:bold;
}

.article{
  font-size:15px;
  line-height:180%;
  margin: 0 auto;
  width:93%;
}

/************************************
** テーブル（Table）
************************************/
.article table{
  border-collapse: collapse;
  margin: 15px 0;
  max-width: 100%;
}
.article th{
  border: solid 1px #ccc;
  background-color: #eee;
}
.article td{
  border: solid 1px #696969;
}

.fs9{
   font-size: 90%;
}

.fs12{
   font-size: 120%;
}

.fs14{
   font-size: 140%;
}

.red {
color: #ff0000;
}

.blue {
color: #0000ff;
}

.purple {
color: #9b00d3;
}

.pink {
color: #ff80ff;
}

.u-line {
text-decoration: underline;
}

.underline1 {
border-bottom: solid 1.5px;
}

.underline2 {
border-bottom: solid 2px;
}

div.zero p {
   margin: 0em 0px;
}

.mt2{
   margin-top: 2em;
}

.mt3{
   margin-top: 3em;
}

.mt4{
   margin-top: 4em;
}

.mbh{
   margin-bottom: 0.5em;
}

.mb1{
   margin-bottom: 1em;
}

.mb1h{
   margin-bottom: 1.5em;
}

.mb2{
   margin-bottom: 2em;
}

.mb2h{
   margin-bottom: 2.5em;
}

.mb3{
   margin-bottom: 3em;
}

.mb4{
   margin-bottom: 4em;
}

.mb5{
   margin-bottom: 5em;
}

.mb6{
   margin-bottom: 6em;
}

.mlce{
   margin-left: 40%;
}

.plh{
   padding-left:0.5em;
}

.pl1{
   padding-left:1em;
}

.pl1h{
   padding-left:1.5em;
}

.pl2{
   padding-left:2em;
}

.pl2h{
   padding-left:2.5em;
}

.pl3{
   padding-left:3em;
}

.indent-1 {
padding-left:1em;
text-indent:-1em;
}

.indent-2 {
padding-left:2em;
text-indent:-2em;
}

.indent-3 {
padding-left:3em;
text-indent:-3em;
}

.indent-4 {
padding-left:4em;
text-indent:-4em;
}

.indent-5 {
padding-left:5em;
text-indent:-5em;
}

dl{  
  width : 350px;
  line-height: 1.7em;
}

dt{  
  width : 100px;
}

dd{  
  width : 250px;
  margin:-1.5em 0 4px 0;
}

.ce {
  margin-right: auto;
  margin-left: auto;
  text-align:center;
}

.article h2 {
  border-top: 3px double #98c2e2;
  border-right: 5px solid #98c2e2;
  border-bottom: 3px double #98c2e2;
  border-left: 5px solid #98c2e2;
  margin: 45px -10px 35px;
  padding:10px 15px;
  text-indent: 6px;
  font-size:21px;
}

.article  h3 {
  margin: 45px -10px 30px;
  padding: 8px 15px;
  text-indent:10px;
  font-size:20px;
  background-color: #e1edf7;
  border-right: 1px solid #98c2e2;
  border-bottom: 2px solid #98c2e2;
  border-radius: 5px;
}

.article  h4 {
  position:relative;
  margin: 35px -10px 30px;
  padding:5px;
  padding-left:15px;
  text-indent:10px;
  font-size: 16px;
  border: 2px solid #98c2e2;
  border-radius:5px;
}
 
.article h4:before{
	content:''; 
	height:20px; 
	width:2px; 
	display:block; 
	position:absolute; 
	top:5px; 
	left:10px; 
	border-left: 5px solid #98c2e2;
	border-radius:3px;
}

.btn-blue{
  background-color:#b9daf7;
}

/************************************
** index.phpのリスト
************************************/

#main .entry {
    border-bottom: 1px dotted #b9e9f7; 
     margin-top: 20px;
     padding-bottom:25px; 
}

#main .related-entry {
    border-bottom: 1px dotted #b9e9f7;
    padding-bottom: 15px;
}

/************************************
** 新着記事・人気記事（new, pupular）
************************************/
#new-entries,
#popular-entries{
  font-size:105% ;
  line-height:150%;
}

/************************************
** サイドバー（Sidebar）・ウィジェットなど
************************************/

#sidebar h3{
  color: #ffffff ;
  background: #b9daf7 ;
  font-size: 18pt ;
  line-height: 1 ;
　margin:10px 0px;
  padding: 8px 5px 8px 5px;  
  text-align:center; /* タイトルの中央寄せ */
  border-top:1px solid #2249d6; /* 枠線色 */
  border-right:5px solid #2249d6; /* ワンポイント色 */
  border-left:5px solid #2249d6;
  border-bottom:1px solid #2249d6;
}

.entry-content{
  margin-top: 50px;
}

img.alignleft,
.wp-caption.alignleft {
  float: left;
  margin-right: 10px;
  margin-top: 0px;
}

#searchform{
  position: relative;
  margin-top: 5px;
}

#s{
  width: 100%;
  margin-bottom:3px;
  padding-top:4px;
  padding-bottom:4px;
  box-sizing: border-box;
  height:32px;
  color: #333;
}

.widget_categories ul{
margin-left: 0em;
margin-top:0px;
border-top:3px solid #98c2e2;
border-left:3px solid #98c2e2;
border-right:3px solid #98c2e2;
border-bottom:3px solid #98c2e2;
padding-left:0em !important;
list-style:none;
}
.widget_categories ul > li{
width:100%;
margin-bottom:0px !important;
padding:1px 0;
font-size:18px;
}
.widget_categories ul > li a:before{
font-family: FontAwesome;
content:"\f11b";
margin-right:10px;
margin-left:15px;
color:#313131
}
.widget_categories ul > li a{
text-decoration: none;
color:#313131;
display:block;
}

.widget_categories ul > li > ul{
margin-left: 0em;
margin-top:0px;
border-top:3px solid #98c2e2;
border-left:0px solid #98c2e2;
border-right:0px solid #98c2e2;
border-bottom:2px solid #98c2e2;
padding-left:0em !important;
list-style:none;
} 
.widget_categories ul > li > ul li{
width:100%;
margin-bottom:0px !important;
border-bottom:1px solid #98c2e2;
font-size:15px;
}
.widget_categories ul > li > ul li a:before{
font-family: FontAwesome;
content:"\f152";
margin-right:10px;
margin-left:15px;
color:#313131;
}
.widget_categories ul > li > ul li a{
text-decoration: none;
color:#313131;
display:block;
line-height:30px;
padding-left:10px;
}
.widget_categories li a:hover {
background:#e1edf7;
margin-bottom:0px;
}

.tagcloud {
  position: relative;
  overflow: hidden;
  padding: 0px;
  margin:0px;
  text-align: left;
}
 
.tagcloud a {
  display: inline-block;
  background: #e1edf7;
  white-space: nowrap;
  font-size: 100%;
  color: #494949;
  line-height: 1.3;
  padding: 4px 8px;
  margin-bottom: 5px;
  text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 2px solid #98c2e2;
  font-size:12px !important; 
}

/*******************************
* post-xx の下部SNSボタンの非表示
********************************/

#post-11099 .article .post-meta{
 display: none; 
}

#post-11099 #sns-group {
 display: none; 
}

#post-11099 .post-author {
 display: none; 
}

/************************************
** グローバルナビメニュー（menu）
************************************/

#navi{
  list-style-type: none;
  width: 1100px;
  height: 30px;
  margin: 8px auto;
  padding: 0;
  background: #e1edf7
  border-bottom: 3px solid #98c2e2; 
}
#navi li{
  position: relative;
  width: 20%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}
#navi li a{
  display: block;
  margin: 0;
  padding: 12px 0 12px;
  color: #f7f7f7;
  font-size: 17px;
  font-weight: bolder;
}
#navi li:hover > a{
  background: #e1edf7
}
#navi li ul{
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
}
#navi li ul li{
  overflow: hidden;
  width: 100%;
  height: 0;
  color: #fff;
}
#navi li ul li a{
  padding: 4px 1px;
  background: #e1edf7
  text-align: left;
  font-size: 14px;
  font-weight: normal;
}
#navi li:hover ul li{
  overflow: hidden;
  height: 30px;
  border-top: 1px solid #98c2e2;
}

/************************************
** 広告（ads）
************************************/
.ad-space{
  margin: 30px 0;
  clear:both;
}

.ad-article-bottom{
  width:686px;
  margin-left:-20px;
}

#sidebar .ad-space .ad-label{
  margin-top:0;
  display:block;
}

.entry-content .amazonjs_info h4:before {content:none;}
